 body.loginBody {
     overflow-x: hidden;
     overflow-y: hidden;
 }

 #txtLogin {
     z-index: 10000;
 }

 .wintitle {
     width: 100%;
     height: 40px;
     text-align: center;
     font-size: 30px;
     line-height: 40px;
     font-weight: bold;
     background: #3e9bff;
     color: white;
 }

 .btnBack {
     background: white;
     border-radius: 50px;
     width: 50px;
     height: 35px;
     margin-top: 2px;
     margin-left: 10px;
     line-height: 35px;
     display: block;
     position: absolute;
     color: black;
 }

 .btnSalir {
     height: 30px;
     background: white;
     border: 0;
     border-radius: 15px;
     font-size: 15px;
     line-height: 15px;
     font-weight: bold;
     color: red;
     padding: 0;
     padding-left: 10px;
     padding-right: 10px;
     right: 5px;
     top: 5px;
     position: absolute;
     display: flex;
     justify-content: center;
     align-items: center;
     text-decoration: none;
 }

 .btnSalir:active {
     outline: none;
     text-decoration: none;
 }

 .btnSalir:focus {
     outline: none;
     text-decoration: none;
 }

 .btnSalir:hover {
     background: red;
     color: white;
     text-decoration: none;
 }

 .msjx {
     background: #dedede;
     width: 100%;
     height: calc(100vh - 40px);
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     color: #3e9bff;
     font-size: 2em;
     text-align: center;
 }

 .login {
     width: 100%;
     height: 100vh;
     display: flex;
     justify-content: center;
     align-items: start;
     padding-top: 120px;
     background: #e0e0e0;
 }

 .login .btnLogin {
     width: 100%;
     /* width: 200px;
     height: 200px;
     justify-content: center;
     align-items: center;
     display: flex;
     flex-direction: column;
     font-size: 20px; */
 }

 .login .btnLogin svg {
     /* font-size: 70px; */
     margin-right: 5px;
 }

 /* ====================ALETIFY MODIFICADA ==================== */

 .alertify-notifier .ajs-message.ajs-success.ajs-visible {
     color: white;
     background: rgba(0, 123, 255, 0.95);
     font-weight: bold;
     border-radius: 5px;
 }

 .alertify-notifier .ajs-message.ajs-message {
     right: 290px;
     background: white;
     border: 2px solid #3e9bff;
     border-radius: 5px;
 }

 .alertify-notifier .ajs-message.ajs-warning.ajs-visible {
     right: 290px;
     background: #CDDC39;
     border: 4px solid #009688;
     border-radius: 10px;
     color: black;
     font-weight: bold;
 }

 .alertify-notifier .ajs-message.ajs-error.ajs-visible {
     background: rgba(217, 92, 92, .95);
     color: white;
     font-weight: bold;
     border-radius: 5px;
 }

 .dropdown-design {
     margin-top: 7px;
     margin-left: 5px;
     padding: 0;
     box-shadow: rgb(0 0 0 / 20%) 0px 1px 2px 1px;
 }

 .icon-user {
     padding: 5px;
     width: 100%;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
     margin: 5px 0;
 }

 .m-5 {
     margin: 5px !important;
 }

 .mr-5 {
     margin-right: 5px !important;
 }

 .mr-10 {
     margin-right: 10px !important;
 }

 .ml-5 {
     margin-left: 5px !important;
 }

 .fg-gray {
     color: #9e9e9e;
 }

 /* ====================DATATABLE MODIFICADA ==================== */

 table.dataTable thead th.sorting:after,
 table.dataTable thead th.sorting_asc:after,
 table.dataTable thead th.sorting_desc:after {
     top: 0px !important;
     right: 3px !important;
 }

 table.dataTable thead th.sorting:after,
 table.dataTable thead th.sorting_asc:after,
 table.dataTable thead th.sorting_desc:after,
 div.dataTables_paginate a.first:before,
 div.dataTables_paginate a.previous:before,
 div.dataTables_paginate a.next:after,
 div.dataTables_paginate a.last:after,
 div.dataTables_paginate li.first a:before,
 div.dataTables_paginate li.previous a:before,
 div.dataTables_paginate li.next a:after,
 div.dataTables_paginate li.last a:after {
     font-family: Font Awesome\ 5 Free;
     color: black
 }

 div.dataTables_paginate a.previous:before {
     content: none;
 }

 div.dataTables_paginate a.next:after {
     content: none;
 }

 table.dataTable tbody th,
 table.dataTable tbody td {
     padding: 0px !important;
 }

 table.dataTable thead th,
 table.dataTable thead td {
     padding: 0px 20px 0px 5px;
     border: 1px solid #3e9bff;
     background: #d9d9d9;
 }

 table.dataTable .dataTables_empty {
     text-align: left !important;
     padding-left: 27px !important;
 }

 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
     color: white !important;
     border: 1px solid black !important;
     background-color: #3e9bff !important;
     background: #3e9bff !important;
 }

 .dataTables_wrapper .dataTables_paginate .paginate_button {
     border-radius: 50px !important;
 }

 /* ======================================================================== */
